home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / readme.txt
Encoding:
Text File  |  2001-08-31  |  1.7 KB  |  53 lines

  1. SHELL CONTROL PACK EXAMPLES
  2.  
  3. This set of examples attempts to cover some of the less obvious
  4. features and techniques available with the Shell Control Pack.
  5.  
  6. CONTENTS
  7.  
  8.   NewFileEdit
  9.     This example shows how, after creating a file, the
  10.     TPTShellList control can make the file visible and begin
  11.     editing the caption. This is similar to the behaviour of
  12.     'New Folder' but for your own files.
  13.  
  14.   CustomColumns
  15.     Replaces columns in the TPTShellList control with an
  16.     arbitary programmer-defined column.
  17.  
  18.   ImageCombo
  19.     This example shows how to add icons to a resource file, load
  20.     them into an image list and apply the image list to a
  21.     TPTImageCombo component. Also shows how to use the
  22.     TPTImageCombo.OnSelEndOk event.
  23.  
  24.   NetworkTree
  25.     Shows how to use a TPTShellTree control to view the Network
  26.     Neigborhood and select a computer.
  27.  
  28.   NonShellNodes
  29.     This example shows how you can merge your own non-shell
  30.     nodes and items into TPTShellTree and TPTShellList controls.
  31.  
  32.   Translation
  33.     This is a demo of the translation process for Delphi 2,
  34.     Delphi 3/4 and C++Builder.
  35.  
  36.  
  37. NOTES FOR C++BUILDER USERS
  38.  
  39. After opening an example, C++Builder users should open the
  40. Options|Project dialog to the Directories/Conditionals page.
  41. Add the path where you installed the Shell Control Pack 
  42. .hpp/.obj files to both the Include Path and Library Path.
  43.  
  44. This is necessary because C++Builder doesn't automatically use
  45. the library paths used by the component palette on existing
  46. projects.
  47.  
  48. --
  49.  
  50. These examples are Copyright ⌐ 1996-2000 Plasmatech Software
  51. Design. However, you can use these examples in your own projects
  52. in whole or in part without giving credit.
  53.